type golang.org/x/net/http2.connectionStater

3 uses

	golang.org/x/net/http2 (current package)
		http2.go#L328: type connectionStater interface {
		server.go#L464: 	if tc, ok := c.(connectionStater); ok {
		transport.go#L788: 	if cs, ok := c.(connectionStater); ok {